name = 'V pour Vendetta'
version = '1.0'
author = 'Gibbs3333'
description = ('Team R3S')
extensions = {
         'water_damage' : 20
}
# scripting

from pyspades.constants import *
from pyspades.server import ServerConnection

def get_entity_location(team, entity_id):
    if entity_id == BLUE_FLAG:
        return (277, 223, 59)
            
    if entity_id == GREEN_FLAG:
        return (210, 224, 59)

